projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1b5d05
)
Fix the build on Solaris
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 May 2012 03:13:42 +0000
(23:13 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 May 2012 03:13:42 +0000
(23:13 -0400)
http://bugzilla.gnome.org/show_bug.cgi?id=663991
gtk/gtksearchenginesimple.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchenginesimple.c
b/gtk/gtksearchenginesimple.c
index 1905f427b02fcf9cc3c7fe1dd88c2fa3dacb63c8..8d0e07f44e6afbca06b0b6683cc22d9193d88cea 100644
(file)
--- a/
gtk/gtksearchenginesimple.c
+++ b/
gtk/gtksearchenginesimple.c
@@
-26,8
+26,8
@@
* export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
* are defined. see bug #444097.
*/
-#define _XOPEN_SOURCE
5
00
-#define _GNU_SOURCE
+#define _XOPEN_SOURCE
6
00
+#define _GNU_SOURCE
#ifdef HAVE_FTW_H
#include <ftw.h>